bitkeeper revision 1.1705.1.5 (42a93db3F6-7PVzPrv8GU77FFEN-VQ)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 10 Jun 2005 07:13:55 +0000 (07:13 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 10 Jun 2005 07:13:55 +0000 (07:13 +0000)
Fix ia64 build.
Signed-off-by: Fred Yang <fred.yang@intel.com>
xen/arch/ia64/vmx_init.c
xen/arch/ia64/xenmem.c

index 87c1339ea4da7a51c4b429413eb6927946dc2d77..f89659ba0c21306837e75bfa5f34c4446ffe9d7f 100644 (file)
@@ -41,6 +41,7 @@
 #include <public/arch-ia64.h>
 #include <asm/vmx_phy_mode.h>
 #include <asm/vmx.h>
+#include <xen/mm.h>
 
 /* Global flag to identify whether Intel vmx feature is on */
 u32 vmx_enabled = 0;
index 29788d2a3f091fda9a129fff23329302fd81277b..3a749840a0f7536fddb0252a8536e7f589a0369f 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <linux/config.h>
 #include <asm/pgtable.h>
-#include <asm/mm.h>
+#include <xen/mm.h>
 
 extern struct page *zero_page_memmap_ptr;
 struct pfn_info *frame_table;